docs(mcp-settings,credit-budgets): document per-user MCP spend tracking and Sequencer-MCP bundling#1525
Open
george-dilthey wants to merge 2 commits into
Open
docs(mcp-settings,credit-budgets): document per-user MCP spend tracking and Sequencer-MCP bundling#1525george-dilthey wants to merge 2 commits into
george-dilthey wants to merge 2 commits into
Conversation
Contributor
This was referenced Jul 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Added a Note paragraph to
docs/credit-budgets.mdclarifying that the Budgets tab shows aggregate spend per budget (not per-user), and directing admins to the MCP tab in Settings → Usage for per-user credit tracking of Sales Rep/MCP users, with a link to MCP settings for per-user limits.Added a FAQ entry ("Can I disable Clay Sequencer access for Sales Rep users?") to
docs/mcp-settings.mdexplaining that the Sales Rep role bundles MCP access and Sequencer email setup together, with no way to disable Sequencer independently.Why
An enterprise customer (Komodo Health) asked three questions about "Sale Rep Budgets":
The support agent initially answered question 1 incorrectly, saying no per-user log existed. The customer then self-corrected — Settings → Usage → MCP tab does show per-user spend. Question 3 is already documented in
credit-budgets.md. Butcredit-budgets.mdnever explains the distinction between the Budgets tab (aggregate per-budget, no per-user breakdown) and the MCP tab (per-user breakdown for Sales Reps). Andmcp-settings.mdhad no FAQ covering whether Sequencer access is separable from MCP access for Sales Reps.Source link(s)
Uncertainties
None. All claims verified against code by the verifier sub-agent (PASS). The Sales Rep role beta note is already in both
mcp-settings.mdandroles-and-permissions.md.Related observations
credit-usage.mdalready has a note about the MCP tab for per-user tracking (in the Workbooks tab description), so this change adds the same clarity tocredit-budgets.mdwhich lacked it.credit-budgets.md("If a budget runs out of credits, processing in assigned resources stops until an admin increases the limit or resets the spend.").Closes DOC-1105